Update SDK to 3.0.0-8288-99ffb6ef - #7254
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7254 +/- ##
==========================================
- Coverage 86.31% 86.12% -0.19%
==========================================
Files 921 894 -27
Lines 66443 65297 -1146
Branches 9794 9782 -12
==========================================
- Hits 57347 56235 -1112
+ Misses 5592 5560 -32
+ Partials 3504 3502 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Using this PR to test #7251. There will some force pushes to trigger ci and reset the branch, as well as comments and commits by Claude. |
a377da6 to
ae4ba0f
Compare
|
Claude finished @bw-ghapp[bot]'s task in 7m 30s —— View job SDK bump evaluated
Compile-time breaksFound and fixed —
Android call site — This failed Fixed by deleting the two now-nonexistent named arguments. Android passed Also verified: the pre-existing fix on this branch ( Runtime considerations
Everything else in range — confirmed safe
Commit
Two caveats on this fix. It is not yet build-verified — |
ae4ba0f to
24e3ece
Compare
sdk-internal#1363 added a required open_org_invite field to the UserMasterPasswordRegistrationRequest uniffi Record without a uniffi(default = None), making it a required constructor parameter in the generated Kotlin. Android has no open organization invite registration flow, so pass null.
sdk-internal removed the UserKeyStateRepository and EphemeralPinEnvelopeStateRepository entries from create_client_managed_repositories!, so the generated Kotlin Repositories record no longer has userKeyState or ephemeralPinEnvelopeState parameters. Android passed null for both, and that state is now owned by the state bridge (user_key and ephemeral_pin_envelope), which SdkStateBridge already implements, so dropping the arguments loses no behavior.
Updates the SDK version from
3.0.0-8157-eb825d59tocom.bitwarden:sdk-android 3.0.0-8288-99ffb6efWhat's Changed
Raw changelog